Skip to main content

All Questions

0votes
1answer
44views

Python amazon automation Chromedriver discovery error

import unittest from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver.common.by import By from selenium.webdriver.common.keys import Keys from ...
Oğuzhan Bilir's user avatar
-3votes
0answers
35views

Similar to Python Tkinter but in JavaScript [closed]

Is there any way of doing something similar to Python/Tkinter but in JavaScript?! As soon as i hit the icon, i run my Automation... I've been researching and read something about React and Electron ...
Zika13's user avatar
0votes
0answers
19views

Web automation with Java SSO login and Selenium

I'm automating a website, but this website takes the session of the logged-in user via SSO. If I'm already logged in to the email and I access the page, it automatically takes me to the dashboard. ...
JHONY RODRIGUEZ's user avatar
-1votes
1answer
50views

Facing Issue in the New Version of selenium [closed]

I had written browser automation code using selenium. After the recent update the code is not executing. I have tried a basic code to open a chrome browser to a website (google). Can u help me ...
Yash Dhoble's user avatar
0votes
0answers
136views

Selenium Download Not Working in Java + Spring Boot Project (Chrome 135, Selenium 4.31.0)

I'm building a Java 21 + Spring Boot 3 automation project where I use Selenium to automate Chrome. The Chrome browser opens correctly via ChromeDriver, everything was working a month ago, but now file ...
devCodePro's user avatar
1vote
0answers
36views

Robot Framework Selenium - Cannot reliably click/scroll in Flutter web canvas elements

I'm internship QA testing on Flutter web application with Robot Framework and Selenium Library. My task is to perform end-to-end (E2E) testing on a Flutter web app that heavily uses canvas structure. ...
Anny's user avatar
0votes
0answers
28views

Extracting text from clipboard fails when running Selenium web tests via Jenkins

I have an automated test which extracts the file contents, copy and paste inside my view. On local machine it works fine but only when I am running it via Jenkins on virtual machines from my DevOps, ...
Random.Jerry's user avatar
0votes
1answer
46views

i cant click in each button of the page with selenium

from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.chrome.options import Options from selenium.webdriver.support.ui import WebDriverWait from selenium....
Rafael Augusto Rodrigues's user avatar
0votes
0answers
16views

Android Emulator Is starting with delayed so test cases failed during the run, how to make wait till the emulator is ready to accept the test run?

As I am using a Appium for mobile app Automation. With that the emulator which I am using is starting with the delay. Due to that the actual test case run all test case are failed with the error ...
Arun's user avatar
-2votes
1answer
148views

How to bypass hCaptcha when automating a website login using Selenium in Python?

I'm working on a Python Selenium automation to access the Brazilian website for MEI DAS payments so i can download them automatically. However, I encountered an issue where the website is protected by ...
Diego Freire's user avatar
0votes
1answer
3kviews

Please update to a Selenium version that supports CDP version 134

I have an issue running my Selenium tests on ChromeVersion 134.0.6998.45 (Build officiel) (x86_64) while using the latest Selenium version org.seleniumhq.selenium:selenium-java:4.29.0. On my test ...
wiem mejri's user avatar
0votes
0answers
22views

is it possible to connect chrome remotely for selenium automation?

we are running selenium with chrome on the server side , the chrome is running some process intensive task on the server side therefore CPU usage is really high , which also cause some issues for ...
Usama's user avatar
-3votes
1answer
80views

Selenium Automation in Firefox (Python) Blocked by Captchas & "Browser is Being Automated" Error

Good day, I'm using Selenium with Firefox in Python to automate browser testing, but I keep encountering captchas that prevent my script from proceeding. Additionally, I receive an error stating that &...
elctl02's user avatar
1vote
2answers
61views

How to access azure storage blob container having managed identity assigned from selenium automation code in local run and github actions pipeline

We have some selenium java automation test scripts which access azure blob storage. Earlier with our automation scripts we used to access the storage containers via access key and then download the ...
purva coder's user avatar
0votes
0answers
67views

Selenium Automation Problems

I'm new to Selenium and am using Firefox as my browser. On the webpage I'm trying to automate there is a tableCell that changes depending on the page selected. It starts out with "First" &...
MichaelAEmerson's user avatar

153050per page
close